netsqlazman_ItemsTable 
Logical Entity Name  netsqlazman_ItemsTable 
Default Table Name  netsqlazman_ItemsTable 
Physical Only  NO 
Definition 
 
Note 
 

netsqlazman_ItemsTable Columns 
ColumnName  Domain  Datatype  NULL  Definition 
ItemId(PK)    int  NO 
 
ApplicationId(FK)    int  NO 
 
Name    nvarchar(255)  NO 
 
Description    nvarchar(1024)  NO 
 
ItemType    tinyint  NO 
 
BizRuleId(FK)    int  YES 
 

netsqlazman_ItemsTable Primary and Unique Keys 
Key Name  Key Type  Keys 
Items_ApplicationId_Name_Unique_Index  Index  Name, ApplicationId 
PK_netsqlazman_ItemsTable  PrimaryKey  ItemId 

netsqlazman_ItemsTable Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
netsqlazman_ApplicationsTable  Non-Identifying  One To Zero or More  FK_Items_Applications      ApplicationId  NO  YES 
netsqlazman_BizRulesTable  Non-Identifying  Zero or One to Zero or More  FK_Items_BizRules      BizRuleId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
netsqlazman_AuthorizationsTable  Non-Identifying  One To Zero or More  FK_Authorizations_Items        NO  YES 
netsqlazman_ItemAttributesTable  Non-Identifying  One To Zero or More  FK_ItemAttributes_Items        NO  YES 

netsqlazman_ItemsTable Check Constraints 
Check Constraint Name  CheckConstraint